home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_114 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  174 b   |  6 lines

  1. on(release){
  2.    _parent.attachMovie("_reg","wreg",15100);
  3.    _parent.wreg._x = (800 - _parent.wreg._width) / 2;
  4.    _parent.wreg._y = (600 - _parent.wreg._height) / 2;
  5. }
  6.